how to not underline links in css

60

a {
    text-decoration: none;
}
a{
   text-decoration: none;
}

Comments

Submit
0 Comments